AcceptSharingInvitation Constructor (ItemId) |
Initializes a new instance of the AcceptSharingInvitation class with ItemId of the referenced item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AcceptSharingInvitation(
ItemId referenceItemId
)
Public Sub New (
referenceItemId As ItemId
)
Parameters
- referenceItemId
- Type: Independentsoft.ExchangeItemId
Identifies the item to which the response object refers.
See Also